Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchFormat Class / Build Method / Build(NList<NDiagramItem>) Method


In This Topic
    Build(NList<NDiagramItem>) Method
    In This Topic
    Builds the group batch from the specified building items
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Build( _
       ByVal items As NList(Of NDiagramItem) _
    ) 
    'Usage
     
    
    Dim instance As NBatchFormat
    Dim items As NList(Of NDiagramItem)
     
    instance.Build(items)
    public override void Build( 
       NList<NDiagramItem> items
    )

    Parameters

    items
    Remarks
    The implementation will filter the building items for PermissionFormat
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also